home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000153_news@newsmaster….columbia.edu _Mon Feb 2 15:58:42 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA04022
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 2 Feb 1998 15:58:41 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA24741
  7.     for kermit.misc@watsun; Mon, 2 Feb 1998 15:58:40 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,demon.tech.pc
  11. Subject: Re: Can You Help?
  12. Date: 2 Feb 1998 20:58:36 GMT
  13. Organization: Columbia University
  14. Lines: 97
  15. Message-ID: <6b5c1s$j0d$1@apakabar.cc.columbia.edu>
  16. References: <886414956.15186.0.nnrp-05.9e986860@news.demon.co.uk> <886424243snz@inf-eden.demon.co.ux>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8336 demon.tech.pc:13925
  19.  
  20. In article <886424243snz@inf-eden.demon.co.ux>,
  21. Chris Kennington - newshound <Newz@inf-eden.demon.co.uk.snip> wrote:
  22. : In article <886414956.15186.0.nnrp-05.9e986860@news.demon.co.uk>
  23. :  gary@cherokee.demon.co.uk "Gary Burkey" writes:
  24. : "I have been using Kermit on my PC to remotely access our mainframe. I have
  25. : "recently upgraded my PC to a HP Vetctra VL (P166MMX) with 47M Ram.  The
  26. : "system has a sound card as well as a CD-ROM Drive, running Win 95.  When I
  27. : "enter Kermit from the DOS prompt I instantly get a 'divide overflow'
  28. : "message.
  29. This is an FAQ on the Kermit newsgroup, which Chris K kindly pulled in to
  30. this thread.
  31.  
  32. :  When you say "using Kermit", do you mean the genuine original
  33. :  implementation of Kermit for the IBM-PC (Version 3.13 or something)
  34. :  from Columbia, or another implementation, or a "Kermit-protocol"
  35. :  insert into some other comms package?  Kermit, although now
  36. :  pretty dated...
  37. :
  38. Harrumph!  Them's fighting words.  The Kermit Project is more active than
  39. ever, the software is updated continually, and it is being put to more uses
  40. in the modern world than some people might think, due to:
  41.  
  42.  (a) its portability across hundreds of platforms;
  43.  (b) its media independence (serial port, modem, TCP/IP, X.25, etc);
  44.  (c) its automation features.
  45.  
  46. :  ... was a brilliant high-reliability solution to the
  47. :  problems of remote access between differing computers; but it was
  48. :  both a file-transfer protocol and a pretty complete communications
  49. :  shell.  (There were at least 500 implementations on various
  50. :  computers; I personally wrote 3.5 or them.)
  51. :
  52. Indeed you did!
  53.  
  54. :  Many of the "Kermit inserts" in other packages were of low quality.
  55. And remain so.
  56.  
  57. :  There is a very easy way to get a divide overflow, and this is by
  58. :  using some sort of processing-speed test designed for a slower m/c...
  59. :
  60. That's more or less it, but it's been corrected for some time now.
  61.  
  62. However, readers of demon.tech.pc should also be aware that there is a new
  63. 32-bit native Kermit program for Windows 95 and NT (and OS/2) -- Kermit 95:
  64.  
  65.   http://www.columbia.edu/kermit/k95.html
  66.  
  67. This one understands long filenames, is a Winsock client, does Telnet and
  68. Rlogin (and LAT and CTERM, etc) as well as serial ports and modems, and it
  69. is also a TAPI client, emulates 35 different terminals, and on and on.
  70.  
  71. : "Two of my colleagues have identical systems excluding the MMX chip and
  72. : "manage to run Kermit okay.  A third colleague has a Vectra VL (P166MMX)
  73. : "minus the sound card and CD-ROM and also gets a 'divide overflow' message.
  74. :     Are they on the same Win95, calling Kermit in the same way?
  75. The current version of MS-DOS Kermit for DOS and Windows 3.x is 3.15:
  76.  
  77.   http://www.columbia.edu/kermit/mskermit.html
  78.  
  79. It does not get divide overflow errors.
  80.  
  81. :  If you really wanted me to, I could probably dig out the
  82. :  Kermit source (which is in 'C')...
  83. :
  84. MS-DOS Kermit is in assembler, but with the TCP/IP stack coded in C.
  85.  
  86. :  You might even try referring the problem to Columbia.  As of 1992, the
  87. :  Columbia University Centre for Computing Activities was still in full
  88. :  flow; by now they are probably on the web.
  89. :
  90. We are indeed:
  91.  
  92.   http://www.columbia.edu/kermit/
  93.  
  94. :  There are also a couple of NGs "comp.protocols.kermit.???" which might be
  95. :  of help.  And an "au.kermit.???".
  96.  
  97.   comp.protocols.kermit.misc       Unmoderated (and quite active)
  98.   comp.protocols.kermit.announce   Moderated (for announcements)
  99.  
  100. I'm not sure about the au.kermit and fj.kermit groups -- we can't see them
  101. from here, but maybe they are active.
  102.  
  103. : "Is there anyway that I can get around this problem?
  104. :  Let's hope so.  I still use Kermit for all initial testing of modems.
  105. : Chris Kennington (newshound)                        01491 574065
  106. :   You can mail me with suitable modifications to header-addresses,
  107. :    or to "chris <at> inf-eden.demon.co.uk", replacing the <at>.
  108.  
  109. Good to hear from you again.  It's been a while!
  110.  
  111. - Frank